Fix cursor positioning in partial width windows on TTY.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 May 2010 15:53:35 +0000 (18:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 May 2010 15:53:35 +0000 (18:53 +0300)
commit6930cb32469c6ec9fadc7ee232f2ff45b9cf77ba
tree5ec72e382135a5e993a94729d66b34892b120d4a
parent7c110fac8191acdeb9cc3a6f2c88fc7ba154c829
Fix cursor positioning in partial width windows on TTY.

 xdisp.c (set_cursor_from_row): Don't place cursor on the vertical border
 glyph between adjacent windows.
 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
 test for that explicitly.
src/ChangeLog
src/xdisp.c